tests: Migrate test-pull-many.sh to installed on FAH
authorColin Walters <walters@verbum.org>
Mon, 8 May 2017 17:37:50 +0000 (13:37 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 9 May 2017 15:08:26 +0000 (15:08 +0000)
commit48d2637e98a6f2272dd13e3406060f2bef1c48f1
treef7cd6f9850d6cd3d33cfda76f5fd6b3d308114a2
parent2800d176bc300f864a1dc16ddfc63c78356c3061
tests: Migrate test-pull-many.sh to installed on FAH

`test-pull-many.sh` is was just too slow to be a unit test.  Generating
a bunch of files via shell is slow, the delta generation is slow, etc.
Every developer doesn't need to run it every time.

Somewhat address this by converting it into our installed test framework, which
moves it out of the developer fast paths.  Another advantage to this is
that we can simply reuse the FAH tree content rather than synthesizing
new bits each time.

Closes: #840
Approved by: jlebon
Makefile-tests.am
tests/installed/itest-pull.sh [new file with mode: 0755]
tests/installed/libinsttest.sh
tests/test-pull-many.sh [deleted file]